What are some good debugging techniques [closed]

Posted by Brad Bruce on Programmers See other posts from Programmers or by Brad Bruce
Published on 2012-06-06T10:54:53Z Indexed on 2012/06/06 16:49 UTC
Read the original article Hit count: 223

I frequently run into situations where I'm working with other programmers, helping out with debugging issues.

Over the years, I've acquired my own techniques for logically breaking down a problem and tracing through it. I see several others who are great at writing programs, but freeze up when debugging.

Are there any good resources I can point people to that describe some good debugging techniques?

© Programmers or respective owner

Related posts about programming-practices

Related posts about debugging